CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - v4l2 视频 采集

搜索资源列表

  1. capture

    0下载:
  2. 本程序是基于v4l2的视频图片采集程序源代码,包含了视频及图片采集的一般流程,使用者可对其进行修改使用。-this programe is used for capture a picture or a video, include the full procedure, anybody needs it can change or modify!
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:3588
    • 提供者:lijinglei
  1. myusbcamera-thread[1].tar

    0下载:
  2. 在arm下进行视频实时采集和显示,使用V4L2与Qtimer结合的QT程序。-Under the arm real-time video capture and display, combined with V4L2 and Qtimer QT program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:5072
    • 提供者:Henry
  1. mini2440-qtopia2.2.0-usb-camera

    2下载:
  2. 由于友善的mini2440没有提供qtopia2.2.0上关于USB摄像头图像采集界面的源代码,所以自己写了个,可以在qtopia2.2.0上采集视频的界面(前提内核USB摄像头驱动符合V4L2标准,本人用的是ZC301的摄像头),供大家参考。3G部分没有做,所以如果不想要的话可以在qt中把启动3G的插槽去掉,对比度亮度的插槽留出来了,想要的可以自己添加。-Because of the mini2440 did not provide friendly qtopia2.2.0 on USB ca
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-03
    • 文件大小:67900
    • 提供者:lly
  1. video_capture

    0下载:
  2. 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:26346
    • 提供者:侯识欢
  1. capturetest

    0下载:
  2. 利用v4l2标准采集原始的yuv420视频图像-Using standard v4l2 collecting original yuv420 video images
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:5470
    • 提供者:lz
  1. onepic.cpp.tar

    0下载:
  2. 使用v4l2驱动接口实现采集单帧图像,对以后研究视频采集编码的学员具有参考价值-V4l2 driver interface using single-frame image capture, video capture coding for future research trainees with reference value
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:1575
    • 提供者:jxj
  1. v4l2_program

    0下载:
  2. 相信初步学习V4L2的同学学习,有助于加深对视频采集原理的理解-I believe students learn V4L2 preliminary study, help to deepen understanding of the principles for video capture
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:376895
    • 提供者:黄如兵
  1. qt_camera

    0下载:
  2. usb摄像头的v4l2视频数据采集并显示-usb camera v4l2 video data acquisition and display
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:340245
    • 提供者:sunksyjun
  1. CameraTs

    1下载:
  2. 基于TS流的多媒体视频采集压缩程序,利用V4L2驱动采集视频,H264编码压缩视频,然后转为TS文件储存-Based on TS stream multimedia video capture and compression program, using V4L2 driver capture video, H264 video encoding, and then save the converted TS files
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-07-15
    • 文件大小:1058816
    • 提供者:大师
  1. swc

    0下载:
  2. 摄像头采集 linux下的 V4L2 视频信息的采集与LCD 显示-Camera capture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5017
    • 提供者:wx
  1. v4l2_yuv_jpeg_bmp.tar

    0下载:
  2. 基于V4L2的视频采集,能够采集YUV、JPEG、BMP格式的图像。编译前请先阅读README.-Based on V4L2 video acquisition, and can be collected YUV, JPEG, BMP format picture.Please read the README before compilation.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:991314
    • 提供者:killy
  1. v4L

    0下载:
  2. v4l2在linux视频采集底层驱动,完全实现在linux下usb摄像头的视频采集,希望大家多多提意见!-v4l2 video capture underlying driver in linux, fully realized under linux usb camera video capture, I hope you do so!
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1376449
    • 提供者:小娃
  1. linux-of-video-capture

    0下载:
  2. 这是一个linux下的视频采集编程,这是从linuxtv官网的一个视频采集的例子,基于v4l2标准采集,在linux下编译后就可以直接运行了。-This is a video capture program under linux, this is an example of a video the official website of the acquisition linuxtv based v4l2 standard collection, compiled in linux can
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3942
    • 提供者:ai
  1. video

    0下载:
  2. 基于v4l2的视频采集源码,并在qt下显示-Video capture source code based on v4l2, and displayed on the QT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:10843
    • 提供者:wb.
  1. server-5.1

    0下载:
  2. 本程序为视频监控的服务器端,采用v4l2协议采集数据,客户端直接使用浏览器即可。-This procedure for video surveillance server side, v4l2 protocols used to collect data, the client directly using the browser.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:31529
    • 提供者:陈庆阳
  1. mxc_v4l2_capture

    0下载:
  2. i.mx6开发板中的v4l2驱动采集视频源码-v4l2 video capture
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:17372
    • 提供者:
  1. Video-acquisition

    0下载:
  2. qt实现视频采集:通过qt编写界面程序,对v4l2摄像头采集图像数据-qt video collection: through qt write interface procedures, v4l2 camera capture image data
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-05
    • 文件大小:5165
    • 提供者:liuzhao
  1. USB_Camera

    0下载:
  2. USB 视频采集模块,基于v4l2,非常好用(USB video capture module, based on v4l2, very easy to use)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:186368
    • 提供者:snakeguter
  1. camera

    0下载:
  2. VIDEO 视频接口 通过相机采集过来的图像,通过接口传递给开发板(VIDEO interface Through the camera to collect the image, through the interface to the development board)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:17408
    • 提供者:学习在线
  1. cam_x264_v2.0

    1下载:
  2. 1.摄像头通过V4L2采集yuyv格式图像数据 2.yuyv转yuv420p格式 3.yuv420p通过x264编码压缩为h264码流 4.将h264码流通过tcp传输到显示端 5.显示端接收h264码流,并保存为本地文件,程序运行结束后可通过VLC播放器直接打开xxxx.h264文件进行播放(1. Camera collects image data in Yuyv format by V4L2. Yuyv converts to Yuv420p format. Yuv420p is comp
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-01
    • 文件大小:2478080
    • 提供者:雁西归
« 1 2 3 45 »
搜珍网 www.dssz.com